home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Shareware 1997 January
/
PC Shareware 1997-01.iso
/
delphi
/
vcl
/
logfile
/
demo.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-14
|
193 b
|
13 lines
program Demo;
uses
Forms,
Demomain in 'DEMOMAIN.PAS' {frmDemoTLogFile};
{$R *.RES}
begin
Application.CreateForm(TfrmDemoTLogFile, frmDemoTLogFile);
Application.Run;
end.